GET PlanCare2Api/ClientReports?clientReportIds[0]={clientReportIds[0]}&clientReportIds[1]={clientReportIds[1]}&reportFormat={reportFormat}
Gets all client reports by list of clientreport id.
Requires 'Start' permission for function ClientReportOverview {4250ABB5-A4FD-4362-8B29-79E0D78571E5}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientReportIds |
List of client report identifiers for whom to fetch the client reports. |
Collection of integer |
Required |
| reportFormat |
The format that is used in the Description of the client report. |
ApiTextFormat |
Required |
Body Parameters
None.
Response Information
Resource Description
The list of all client reports.
Collection of ClientReportCollection| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId |
Id of client |
integer |
None |
| GoalClientReports |
A list of client reports based on a Goal |
Collection of GoalClientReport |
None |
| LegacyGoalClientReports |
A list of client reports based on a legacy Goal |
Collection of LegacyGoalClientReport |
None |
| AgreementClientReports |
A list of client reports based on an Agreement |
Collection of AgreementClientReport |
None |
| LegacyAgreementClientReports |
A list of client reports based on a legacy Agreement |
Collection of LegacyAgreementClientReport |
None |
| SubGoalClientReports |
A list of client reports based on a SubGoal |
Collection of SubGoalClientReport |
None |
| LegacySubGoalClientReports |
A list of client reports based on a legacy SubGoal |
Collection of LegacySubGoalClientReport |
None |
| ActionClientReports |
A list of client reports based on a SubGoal |
Collection of ActionClientReport |
None |
| LegacyActionClientReports |
A list of client reports based on a legacy SubGoal |
Collection of LegacyActionClientReport |
None |
| VisionModelItemClientReports |
A list of client reports based on a VisionModelItem |
Collection of VisionModelItemClientReport |
None |
| EpisodeClientReports |
A list of client reports based on a Episode |
Collection of EpisodeClientReport |
None |
| GeneralClientReports |
A list of general client reports |
Collection of GeneralClientReport |
None |
| UnplannedMeasureClientReports |
A list of client reports based on unplanned measures |
Collection of UnplannedMeasureClientReport |
None |
| StructuralMeasureClientReports |
A list of client reports based on structural measures |
Collection of StructuralMeasureClientReport |
None |
| IncidentalMeasureClientReports |
A list of client reports based on incidental measures |
Collection of IncidentalMeasureClientReport |
None |
| InterventionClientReports |
A list of intervention client reports |
Collection of InterventionClientReport |
None |
| AreaClientReports |
A list of aera client reports |
Collection of AreaClientReport |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.